Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 31

Thread: Map Info Mod

  1. #11

    Default

    it doesn't work for me , im testing the mod on a local server on my pc without a server.cfg
    should it work with a server with a server.cfg or im making something wrong ?

  2. #12

    Default

    There are a few Cvars you need to set that control the MOD:

    seta mapinfo 1
    seta mapinfo_mapname 1
    seta mapinfo_custommapwarning 1
    seta mapinfo_customwarning_string1 "Next map is a custom map"
    seta mapinfo_customwarning_string2 "If you do not have it server will kick you."

    It would be best to have them in a server.cfg file but you can also add
    them to your mapscript if you have no server.cfg file.
    But it might still not work, because the MOD reads info from your map-rotation Cvar to
    determine the next map in the rotation.

    So yes, it should work when you have a server.cfg with the above Cvars set and
    the sv_maplist Cvar.

  3. #13

    Default

    still nothing :/ , this is my server.cfg

    Code:
    seta sv_hostname "Test Server"
    sets Connection "Some really Phat Pipes"
    
    net_noipx 1
    //netport 12210
    
    seta timelimit "0"
    seta fraglimit "100"
    
    // AntiFlooding Setttings
    seta sv_floodProtect "1"
    seta flood_waitdelay "15"
    seta flood_persecond "4"
    seta flood_msgs "4"
    
    // Voting
    seta g_allowVote "0"
    
    // Game settings
    set g_gametype "2"
    set g_teamdamage "0"
    set g_allowjointime "30"
    
    rconpassword "935605"
    set sv_privateClients "****"
    set sv_privatepassword "****"
    set private password "****"
    seta sv_minping "0"
    seta sv_maxping "200"
    seta sv_gamespy "1"
    seta sv_allowDownload "1"
    seta sv_maxRate "12000"
    seta sv_fps "15"
    
    // next map message
    seta mapinfo 1
    seta mapinfo_mapname 1
    seta mapinfo_custommapwarning 1
    seta mapinfo_customwarning_string1 "Next map is a custom map"
    seta mapinfo_customwarning_string2 "If you do not have it server will kick you."
    
    seta sv_maplist "dm/mohdm6dm/mohdm7 dm/mohdm1 dm/mohdm2"
    map dm/mohdm6
     
    "exec foresight.cfg"
    and the mapinfo.pk3 in main folder and the settings txt file dir is main/settings.
    am i doing something wrong ?

  4. #14

    Default

    Quote Originally Posted by AcidBurn View Post
    still nothing :/ , this is my server.cfg

    Code:
    seta sv_hostname "Test Server"
    sets Connection "Some really Phat Pipes"
    
    net_noipx 1
    //netport 12210
    
    seta timelimit "0"
    seta fraglimit "100"
    
    // AntiFlooding Setttings
    seta sv_floodProtect "1"
    seta flood_waitdelay "15"
    seta flood_persecond "4"
    seta flood_msgs "4"
    
    // Voting
    seta g_allowVote "0"
    
    // Game settings
    set g_gametype "2"
    set g_teamdamage "0"
    set g_allowjointime "30"
    
    rconpassword "935605"
    set sv_privateClients "****"
    set sv_privatepassword "****"
    set private password "****"
    seta sv_minping "0"
    seta sv_maxping "200"
    seta sv_gamespy "1"
    seta sv_allowDownload "1"
    seta sv_maxRate "12000"
    seta sv_fps "15"
    
    // next map message
    seta mapinfo 1
    seta mapinfo_mapname 1
    seta mapinfo_custommapwarning 1
    seta mapinfo_customwarning_string1 "Next map is a custom map"
    seta mapinfo_customwarning_string2 "If you do not have it server will kick you."
    
    seta sv_maplist "dm/mohdm6dm/mohdm7 dm/mohdm1 dm/mohdm2"
    map dm/mohdm6
     
    "exec foresight.cfg"
    and the mapinfo.pk3 in main folder and the settings txt file dir is main/settings.
    am i doing something wrong ?
    Are there any other mods in your MAIN that use DMprecache?
    If so add a couple of "zzzzzzz" to the mapinfo PK3 so it is the last file in your MAIN directory.

    Also add a space after dm/mohdm6 in your map rotation so it reads like this:
    seta sv_maplist "dm/mohdm6 dm/mohdm7 dm/mohdm1 dm/mohdm2"

    Give it a try and see if it helps

  5. #15

    Default

    thx for your response m8 but it didn't work , i deleted all the mods from my main except the zzzzzzzzzzzzzzzzzz.MapInfo_v1.pk3 and the settings folder and ofc the stock pk3s :P.
    well i found this in the qconsole.txt
    Code:
    ------ Server Initialization Complete ------  1.43 seconds
    	exec custom/mapinfo/mapinfo.src (global/dmprecache.scr, 210)
    	^
    
    ^~^~^ Script Error: Can't find 'custom/mapinfo/mapinfo.src'
    
    	exec custom/mapinfo/mapinfo.src (global/dmprecache.scr, 210)
    	^
    
    ^~^~^ Script Error: Script 'custom/mapinfo/mapinfo.src' was not properly loaded

  6. #16
    Developer Sor's Avatar
    Join Date
    Aug 2010
    Location
    The Medieval City of Bruges
    Posts
    747

    Default

    ^~^~^ Script Error: Can't find 'custom/mapinfo/mapinfo.src'
    That should give you a clue... JoTo mispelled .scr as .src in the first post, but the file itself ends in .scr

  7. #17

    Default

    Quote Originally Posted by Sor View Post
    That should give you a clue... JoTo mispelled .scr as .src in the first post, but the file itself ends in .scr
    exactly , it now works just fine.
    thank you Sor and Midnight.

  8. #18

    Default

    Hello, cool mod....tks
    Last edited by Slimbips {sfx}; November 8th, 2012 at 09:04 AM.

  9. #19

    Default

    give the rabbit the abbility to jump a little bit higher?:P

  10. #20
    Administrator James's Avatar
    Join Date
    May 2010
    Location
    on the intraweb
    Posts
    3,071

    Default

    Fixed Joto's first post to reflect the correct extension "scr".

Page 2 of 4 FirstFirst 1234 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •